#HTML 的 <figcaption>
标签
HTML 的 <figcaption> 元素是用来描述其父节点 <figure> 元素里的其余内容的标题或说明。为 <figure> 提供一个无障碍描述。
#属性
#示例
<figure>
<img src="https://raw.githubusercontent.com/mdn/learning-area/master/html/multimedia-and-embedding/images-in-html/dinosaur_small.jpg"
alt="恐龙骨骼化石"
width="500">
<figcaption>图1: 恐龙骨骼化石,来自 MDN。</figcaption>
</figure>
<figcaption>![]()
图1: 恐龙骨骼化石,来自 MDN。